Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / OfficeArtRGFOPTE.Property Class / OfficeArtRGFOPTE.Property Constructor / OfficeArtRGFOPTE.Property Constructor(OfficeArtFOPTEOPID,Boolean,Int32,Byte[])
Property identifier
the blip identifier
Value
MSO array


In This Topic
    OfficeArtRGFOPTE.Property Constructor(OfficeArtFOPTEOPID,Boolean,Int32,Byte[])
    In This Topic
    Creates a new property.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal id As OfficeArtFOPTEOPID, _
       ByVal blipId As Boolean, _
       ByVal value As Integer, _
       ByVal complexData() As Byte _
    )
    'Usage
     
    
    Dim id As OfficeArtFOPTEOPID
    Dim blipId As Boolean
    Dim value As Integer
    Dim complexData() As Byte
     
    Dim instance As New OfficeArtRGFOPTE.Property(id, blipId, value, complexData)
    public OfficeArtRGFOPTE.Property( 
       OfficeArtFOPTEOPID id,
       bool blipId,
       int value,
       byte[] complexData
    )

    Parameters

    id
    Property identifier
    blipId
    the blip identifier
    value
    Value
    complexData
    MSO array
    See Also